home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / rename < prev    next >
Text File  |  1991-04-23  |  786b  |  22 lines

  1.                                    RENAME
  2.                      Renames a file (or group of files)
  3.                          See also <COPY> <REPLACE>
  4.  
  5. RENAME changes the name of a file or group of files.  REN and RENAME are
  6. the same command.  Wildcard characters ?  and * are allowed in the
  7. filenames.
  8.  
  9. COMMAND TYPE: Internal                  VERSION: 2.0 and up
  10.  
  11. USE:  REN] [d:][path] filename filename
  12.  
  13. d: path filename specifies the file(s) to be RENAMEd.
  14.  
  15. The second filename is the new name for the file(s).
  16.  
  17. EXAMPLE: REN *.C *.BAK  changes the name of all files ending with .C to
  18. the same name, but with .BAK as the extension.
  19.  
  20. NOTE: RENAME may not move a file into another directory.  There are
  21. programs available which can do this, without copying the file.
  22.